home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / GraphicViewers / pCD / Source / hpcdtoppm.0.3 / CHANGES next >
Text File  |  1992-12-14  |  681b  |  29 lines

  1. Changes of hpcdtoppm:
  2.  
  3. v0.3:
  4. - Additional Options -x, -a and -ycc
  5.  
  6. - bcopy thrown out.
  7.  
  8. - New datatype sBYTE for char. This fixes the problem with
  9.   compilers which have the char unsigned. These got some
  10.   'snow' in their pictures (merry christmas :-).
  11.  
  12. - Address arithmetik bug fixed in writepicture
  13.  
  14. v0.2:
  15.  
  16. - Small workaround for strange behavior of address-calculation
  17.   of a c-compiler for NeXT.
  18.  
  19. - Improved rounding for integer maths.
  20.  
  21. - Thrown out floating arithmetic, changed color conversion to
  22.   integer fixed point.
  23.  
  24. - PPM-writing-routines added. You can choose whether you
  25.   want to use pbmplus-routines or the included routines.
  26.  
  27. - some ununused variables thrown out.
  28.  
  29.